home *** CD-ROM | disk | FTP | other *** search
- /* graphics libraries:
- graphics toolbox library routines
- by Cary Clark, Georgiann Delaney, Michael Fairman, Dave Good, Robert Johnson, Keith McGreggor, Oliver Steele, David Van Brink, Chris Yerga
- Copyright 1987 - 1993 Apple Computer, Inc. All rights reserved. */
-
- #pragma once
- #ifndef graphicsToolboxLibraryIncludes
- #define graphicsToolboxLibraryIncludes
- #ifndef graphicsTypesIncludes
- #include "graphics types.h"
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #include "font types.h"
-
- long AddResFileFonts(short resFileID, gxFont** fontHandleOrNil);
-
- #ifdef __cplusplus
- }
- #endif
- #endif
-